Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/204 - Password Strength Checker/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/204 - Password Strength Checker/app.js
227 Views
0 Comments
let input = document.getElementById('password')
let indicator = document.querySelector('.indication')
let weak = document.queryS
index.html /cody/swapnilsparsh/30DaysOfJavaScript/204 - Password Strength Checker/index.html
406 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

style.css /cody/swapnilsparsh/30DaysOfJavaScript/204 - Password Strength Checker/style.css
170 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html, body {
height: 100%;
width: 100%;